Stream Constructor (String, Byte) |
Initializes a new instance of the Stream class and load data from the specified buffer.
Namespace:
Independentsoft.IO.StructuredStorage
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Stream(
string name,
byte[] buffer
)
Public Sub New (
name As String,
buffer As Byte()
)
Parameters
- name
- Type: SystemString
Stream name. - buffer
- Type: SystemByte
Data buffer.
See Also